Don't reset window hints when showing multiple times
authorAlexander Larsson <alexl@redhat.com>
Tue, 16 Jun 2009 19:34:37 +0000 (21:34 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 16 Jun 2009 19:34:37 +0000 (21:34 +0200)
commitc08bf93fe5fd0f7192aec9ad0358da246c211e0f
treece8343b59a831f83b410677d913ea82b526f8b1a
parentd44d5301a6eef93211cbeb497f562586fc6eaf74
Don't reset window hints when showing multiple times

gdk_window_show() should only set the initial hints on the first
run, not if the window is already mapped when gdk_window_show is
called.
gdk/gdkwindow.c
gdk/gdkwindowimpl.h
gdk/x11/gdkwindow-x11.c